.fd-headline{
    line-height: 50px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.fd-headline-item{
    position: absolute;
    width: 100%;
    height: 100px;
}
.fd-headline-item .tit{
    font-size: 36px;
    font-weight: bold;
    color: #1c69c5;
    text-align: center;
}
.fd-headline-item .con{
    font-size: 18px;
    color: #666565;
}
.part1-ct{
    padding: 50px 0 30px;
}
.jdtp-swiper-box{
    width: 542px;
    height: 406px;
    overflow: hidden;
    position: relative;
}
.jdtp-swiper-img{
    width: 100%;
    height: 348px;
    overflow: hidden;
    position: relative;
}
.jdtp-swiper-img a{
    position: absolute;
    left: 0;
    top: 0;
}
.jdtp-swiper-img a,.jdtp-swiper-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.jdtp-swiper-bottom{
    background-color: #69BAFF;
    line-height: 58px;
}
.jdtp-swiper-txt{
    width: 80%;
}
.jdtp-swiper-txt a{
    display: block;
    color: #ffffff;
    padding: 0 25px;
    left: 0;
}
.jdtp-swiper-num{
    width: 20%;
    text-align: right;
    padding-right: 25px;
}
.jdtp-swiper-num span{
    display: inline-block;
    width: 6px;
    height: 4px;
    background-color: #dcdcdc;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}
.jdtp-swiper-num span.cur{
    width: 20px;
    background:#43a1f1;
    background-image: linear-gradient(0deg, #43a1f1 1%, #1693ff 100%);
}
.part1{
    padding-bottom: 40px;
}
.part1-bg{
    background: url("fd_title_ssfm.png") calc(50% - 750px) 290px no-repeat;
}
.part1-rt{
    width: 628px;
}
.news-title{
    background-color: rgba(28, 105, 197, 0.05);
    margin-bottom: 15px;
    height: 45px;
}
.news-title a{
    display: block;
    float: left;
    width: 33%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    position: relative;
}
.news-title a:not(:last-child):after{
    content: "";
    height: 50%;
    width: 1px;
    background-image: linear-gradient(0deg,
    #f3f6f7 0%,
    #1693ff 49%,
    #f3f6f7 100%);
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}
.news-title a.cur{
    background: url("fd_news_itembg.png") center center no-repeat;
    background-size: auto 100%;
    color: #ffffff;
    font-weight: bold;
}
.news-item a{
    display: block;
    background-color: #F7F7F7;
    margin-bottom: 24px;
    padding: 17px 20px;
    line-height: 33px;
}
.news-item a .news-arrow-cur{
    display: none;
}
.news-item a:hover{
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(46, 96, 96, 0.19);
}
.news-item a:hover .tit{
    color: #1c69c5;
    font-weight: bold;
}
.news-item a:hover .news-arrow{
    display: none;
}
.news-item a:hover .news-arrow-cur{
    display: inline-block;
}
.news-item-lf{
    width: 80%;
    color: #000000;
}
.news-item-lf .desc{
    font-size: 14px;
    color: #999999;
}
.news-item-rt{
    width: 14%;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.news-arrow-box{
    line-height: 20px;
    margin-top: 5px;
    border-left: solid 1px #e5e5e5;
}
.part1-list{
    width: 49%;
}
.list-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.list-title a{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.list-title a.cur{
    border-bottom: 4px solid #ffbc00;
}
.part1-list-item{
    position: relative;
}
.list-item{
    padding: 15px 0;
    display: none;
}
.list-item li{
    padding-left: 20px;
    position: relative;
    line-height: 48px;
}
.list-item li a{
    display: block;
    width: 80%;
}
.list-item li .time{
    text-align: right;
    font-size: 14px;
    color: #666666;
    width: 20%;
}
.list-item li:before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffbc00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 22px;
}
.part1-links{
    padding-top: 5px;
}
.part1-links a{
    display: block;
    float: left;
    margin-right: 18px;
}
.part1-links a:last-child{
    margin-right: 0;
}
.part1-links a img{
    width: 388px;
    height: 100px;
}
/*政务公开*/
.part2-bg{
    background: url("fd_index_zwgkbg.png") top center no-repeat;
    background-size: auto;
}
.part2{
    padding: 0 0 40px;
}
.i-title{
    padding: 40px 0 30px;
    display: block;
}
.i-title img{
    width: 100%;
}
.zfxx-item{
    width: 270px;
    height: 108px;
    background: url("fd_index_zfxxitembg.png");
    background-size: 100% 100%;
    display: block;
    padding: 15px 31px;
    font-size: 24px;
    color: #1693ff;
    line-height: 36px;
    margin-right: 40px;
    transition: all .3s;
}
.zfxx-item:hover{
    background-color: #ffffff;
}
.zfxx-item:last-child{
    margin-right: 0;
}
.zfxx-item img{
    vertical-align: middle;
    width: 65px;
    margin-right: 25px;
    margin-top: 5px;
    float: left;
}
.zwgg-box{
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(46, 96, 96, 0.06);
    padding: 20px;
    margin-top: 35px;
}
.zwgg-lf{
    width: 58.5%;
}
.zwgg-list-title{
    border-bottom: 1px solid #cde1f7;
    height: 43px;
    margin-top: -3px;
    white-space: nowrap;
}
.zwgg-list-title a{
    margin-right: 1px;
}
.zwgg-list-item{
    padding: 10px 0;
}
.list-item.zwgg-list-item li{
    line-height: 42px;
}
.list-item.zwgg-list-item li:before{
    top: 19px;
}
.zcwjsearch .label{
    color: #6d7f8e;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding-left: 10px;
}
.zcwjsearch input{
    background-image: linear-gradient(52deg, rgba(151, 221, 246, 0.1) 1%, rgba(111, 189, 255, 0.1) 100%);
    height: 30px;
    width: 415px;
    border: none;
    outline: none;
    padding: 0 20px;
}
.zcwj-search-btn{
    line-height: 40px;
    width: 125px;
    background-image: linear-gradient(130deg, #6fbdff 0%, #1693ff 100%), linear-gradient(52deg, #6fcaa4 1%, #83ddf8 100%);
    text-align: center;
    outline: none;
    border: none;
}
.zcwj-search-btn img{
    width: 25px;
    vertical-align: middle;
}
.zwgg-rt{
    width: 450px;
}
.zcwdk-title{
    width: 100%;
    display: block;
    margin-top: 7px;
}
.zcwjsearch-lf{
    padding: 3px 5px;
    height: 40px;
    box-shadow: 3px 4px 3px 0 rgba(220, 220, 220, 0.26);
    border: solid 1px #f4faf8;
}
.zcwdk-box{
    background-color: #FAFAFA;
    border-radius: 6px;
    padding:0 30px 20px 30px;
    margin-top: 20px;
}
.zcwdk-item{
    width: 180px;
    height: 55px;
    line-height: 55px;
    background-color: #ffffff;
    padding-left: 20px;
    margin-top: 20px;
    color: #666666;
}
.zcwdk-item img{
    margin-right: 15px;
    vertical-align: middle;
}
.zcwdk-item .cur{
    display: none;
}
.zcwdk-item:hover{
    color: #1693ff;
    box-shadow: 0 2px 6px 0 rgba(46, 96, 96, 0.06);
}
.zcwdk-item:hover img{
    display: none;
}
.zcwdk-item:hover .cur{
    display: inline-block;
}
/*政务服务*/
.part3-bg{
    background: url("fd_title_wcfs.png") calc(50% + 750px) 30px no-repeat;
}
.bmtx{
    width: 487px;
    background-color: #fafdff;
    box-shadow: 0 2px 6px 0 rgba(46, 96, 96, 0.06);
    padding-bottom: 15px;
}
.bmtx-title{
    width: 100%;
}
.bmtx-item{
    padding: 10px 30px;
    display: block;
}
.bmtx-item:hover{
    background-color: #ECF6FF;
}
.bmtx-item .time-box{
    width: 85px;
    height: 49px;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    color: #1693ff;
    font-size: 18px;
    background: url("fd_index_datebg.png");
    background-size: 100% 100%;
}
.bmtx-item .time-box .yyyy-mm{
    font-size: 14px;
}
.bmjz-ct{
    width: 320px;
    line-height: 42px;
}
.map-box{
    width: 690px;
}
.map-img,.map-img img{
    display: block;
    width: 461px;
    height: 303px;
}
.map-jh{
    width: 229px;
    height: 303px;
    background-color: #eeeeee;
    padding: 10px 0;
}
.map-jh-title{
    padding: 0 13px;
    position: relative;
    display: block;
}
.map-jh-box{
    overflow-y: auto;
    height: 230px;
    padding-left: 6px;
}
.map-jh-item{
    float: left;
    /*width: 84px;*/
    width: 89%;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 14px;
    border: solid 1px #1693ff;
    cursor: pointer;
    color: #323232;
    margin: 8px 10px;
}
.map-jh-item.cur,.map-jh-item:hover{
    background-color: #6fbdff;
    border: solid 1px #6fbdff;
    color: #ffffff;
}
.map-jh-box::-webkit-scrollbar {
    width:10px;
}
/* 滚动槽 */
.map-jh-box::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius:5px;
}
/* 滚动条滑块 */
.map-jh-box::-webkit-scrollbar-thumb {
    border-radius:5px;
    background:#1693ff;
    width:8px;
}
.map-jh-box::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
}
.bsfw{
    margin-top: 30px;
}
.bsfw-title a{
    display: block;
    float: left;
    margin-right: 19px;
    width: 283px;
    height: 101px;
    line-height: 101px;
    text-align: center;
    border-radius: 6px;
    background: url("./fd_index_bsbg.png");
    background-size: 100% 100%;
}
.bsfw-title a.cur{
    width: 293px;
    height: 111px;
    margin-right: 13px;
    background: url("./fd_index_bsbgcur.png");
    background-size: 100% 100%;
    border: none;
}
.bsfw-title a:last-child{
    margin-right: 0!important;
}
.bsfw-title a.cur:last-child{
}
.bsfw-title a>div.cur{
    display: none;
}
.bsfw-title a img{
    vertical-align: middle;
}
.bsfw-title a img.icon{
    margin-right: 5px;
}
.bsfw-title a .cur{
    display: none;
}
.bsfw-title a.cur>div{
    display: none;
}
.bsfw-title a.cur>div.cur{
    display: block;
}
.bsfw-list-group{
    margin-top: -5px;
}
.bsfw-list-item{
    padding: 40px 35px;
    background: url("fd_index_bsitembg.png");
    background-size: 100% 100%;
    height: 373px;
}
.bsfw-frbs{
    background: url("fd_index_bsitembg2.png");
    background-size: 100% 100%;
}
.bsfw-fwqd{
    background: url("fd_index_bsitembg3.png");
    background-size: 100% 100%;
}
.bsfw-tsfw{
    background: url("fd_index_bsitembg4.png");
    background-size: 100% 100%;
}
.bsfw-child-item{
    text-align: center;
    color: #515151;
    font-size: 18px;
    width: 170px;
    padding-top: 12px;
    margin-bottom: 5px;
    height: 148px;
}
.bsfw-child-item>div{
    height: 120px;
    background: #F7FBFF;
    padding-top: 22px;
    line-height: 35px;
}
.bsfw-child-item:not(:nth-of-type(6n)){
    margin-right: 22px;
}
.bsfw-child-item .cur{
    display: none;
}
.bsfw-child-item:hover{
    background: url("fd_index_bsfwitem_bg.png");
    background-size: 100% 100%;
    color: #ffffff;
    font-weight: bold;
}
.bsfw-child-item:hover>div{
    background: none;
}
.bsfw-child-item:hover img{
    display: none;
}
.bsfw-child-item:hover .cur{
    display: inline-block;
}
.fwqd-child-item{
    height: 292px;
    width: 359px;
    background: url("fd_index_fwqdbg.png");
    background-size: 100% 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    margin: 5px 20px 0 2px;
    transition: all .2s;
}
.tsfw-child-item{
    height: 292px;
    width: 270px;
    background: url("fd_index_tsfwbg.png");
    background-size: 100% 100%;
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
    margin-right: 16px;
    transition: all .2s;
    margin-top: 5px;
}
.fwqd-child-item:last-child,.tsfw-child-item:last-child{
    margin-right: 0;
}
.fwqd-child-item .img-box{
    height: 170px;
    line-height: 170px;
    margin-bottom: 18px;
}
.tsfw-child-item .img-box{
    height: 176px;
    line-height: 176px;
    margin-bottom: 18px;
}
.fwqd-child-item .img-box img,.tsfw-child-item .img-box img{
    vertical-align: bottom;
}
.fwqd-child-item:hover,.tsfw-child-item:hover{
    background: url("fd_index_fwqdbgcur.png");
    background-size: 100% 100%;
    transform: scaleY(1.02);
    color: #1f97ff;
    font-weight: bold;
}
.tsfw-child-item:hover{
    background: url("fd_index_tsfwbgcur.png");
    background-size: 100% 100%;
}
.zwfw-links{
    padding: 15px 0 40px;
}
.zwfw-link-item{
    width: 285px;
    height: 126px;
    line-height: 116px;
    background: url("fd_index_zwfw-linkbg.png");
    background-size: 100% 100%;
    padding-left: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #52bacb;
    margin-right: 20px;
}
.zwfw-link-item:last-child{
    margin-right: 0;
}
.icon-zwfw-link{
    width: 63px;
    margin-right: 15px;
    vertical-align: middle;
}
/*人文丰厚*/
.part4-bg{
    /*background: url("fd_title_rwfh.png") calc(50% - 750px) 290px no-repeat;*/
}
/*互动交流*/
.part4{
    background: url("fd_index_hdjlbg2.jpg") bottom center no-repeat;
    background-size: auto;
    padding-bottom: 15px;
}
.hdjl-lf{
    width: 774px;
}
.hdjl-list-title{
    border-bottom: 1px solid #cde1f7;
    height: 43px;
}
.hdjl-list-title a.cur{
    border-color: #37a2ff;
}
.gkxx-thead{
    background-color: #DBEDFC;
    line-height: 40px;
    color: #023f74;
    font-size: 16px;
}
.gkxx-table{
    padding: 10px 0;
}
.gkxx-tr{
    line-height: 44px;
}
.gkxx-td{
    padding: 0 10px;
}
.gkxx-td.pl-60{
    padding-left: 60px;
}
.gkxx-lyzt{
    padding-left: 20px;
    display: block;
    position: relative;
}
.gkxx-lyzt:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffbc00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}
.gkxx-tr .lyzh{
    color: #023f74;
    font-size: 14px;
}
.gkxx-tr .time{
    color: #999999;
    font-size: 14px;
}
.hdjl-rt{
    width: 360px;
    padding: 20px 0 45px;
}
.hdjl-rt-item{
    width: 50%;
    height: 170px;
    color: #ffffff;
    text-align: center;
    padding-top: 47px;
}
.icon-52{
    height: 52px;
}
.hdjl-wsxf{
    background: url("fd_index_wsxfbg.png");
    background-size: 100% 100%;
}
.hdjl-xfcx{
    background: url("fd_index_xfcxbg.png");
    background-size: 100% 100%;
}
.hdjl-zxft{
    background: url("fd_index_zxftbg.png");
    background-size: 100% 100%;
}
.hdjl-zxdc{
    background: url("fd_index_icon_zxdcbg.png");
    background-size: 100% 100%;
}
.hdjl-rt-item:hover{
    transform: scale(1.015);
}
.hdjl-rt-item:nth-child(2n+1):hover{
    box-shadow: -3px 3px 6px 0 rgba(33, 104, 137, 0.5);
}
.hdjl-rt-item:nth-child(2n):hover{
    box-shadow: 3px 3px 6px 0 rgba(33, 104, 137, 0.5);
}
/*魅力丰都*/
.part5-bg{
    background: url("fd_index_mlfdbg2.jpg") top center no-repeat;
    background-size: auto;
}
.mlfd-intro{
    height: 277px;
    padding: 65px 70px 30px;
    background: url("fd_index_mlfddecbg.png");
    background-size: 100% 100%;
    font-size: 18px;
    color: #000000;
    line-height: 38px;
    text-align: justify;
    text-indent: 2em;
}
.mlfd-swiper-box{
    height: 480px;
    overflow: hidden;
    position: relative;
}
.mlfd-swiper-box a{
    display: block;
    color: #ffffff;
}
.mlfd-swiper-img{
    width: 815px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.mlfd-swiper-img a{
    position: absolute;
}
.mlfd-swiper-img img,.mlfd-swiper-img a{
    width: 100%;
    height: 100%;
}
.mlfd-swiper-text-box{
    width: 385px;
    height: 100%;
    background: url("fd_index_mlfddesc_bg.png");
    background-size: 100% 100%;
    color: #ffffff;
    line-height: 34px;
    position: relative;
}
.mlfd-swiper-txt{
    width: 100%;
    height: 100%;
    padding: 50px 50px 50px 40px;
    position: absolute;
}
.mlfd-swiper-txt .tit{
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 35px 30px;
}

.mlfd-swiper-txt .desc{
    padding-left: 40px;
    text-align: justify;
}
.mlfd-swiper-txt .more{
    width: 80px;
    height: 30px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
    border: solid 1px #ffffff;
    display: inline-block;
    margin-top: 30px;
}
.mlfd-swiper-left,.mlfd-swiper-right{
    position: absolute;
    top: 45%;
    cursor: pointer;
}
.mlfd-swiper-right{
    right: 0;
}
/*专题专栏*/
.part6{
    padding-bottom: 40px;
}
.ztzl-scroll-box{
    height: 169px;
    overflow: hidden;
    position: relative;
    width: 1186px;
    margin: 0 auto;
}
.ztzl-scroll-img{
    position: absolute;
}
.ztzl-scroll-link{
    float: left;
    width: 266px;
    height: 172px;
    margin: 0 15px;
    border-radius: 6px;
    overflow: hidden;
}
.ztzl-scroll-link img{
    width: 100%;
    height: 100%;
    display: block;
}
.ztzl-scroll-left,.ztzl-scroll-right{
    position: absolute;
    top: 45%;
}
.ztzl-scroll-right{
    right: 0;
}
/*欢迎导图*/
.wel-swiper-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
}
.wel-swiper-img{
    position: relative;
}
.wel-swiper-img a{
    position: absolute;
}
.wel-swiper-img,.wel-swiper-img a,.wel-swiper-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.wel-btn{
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
    color: #ffffff;
    transition: all .3s;
    display: none;
}
.wel-btn img{
    display: block;
}
.wel-btn:hover{
    opacity: 1;
}
/*html{*/
/*overflow-y: hidden;*/
/*}*/
.part1-lists,.part1-links,.part2,.part3,part4 .centerWidth,.part5 .centerWidth{
    opacity: 0;
}
@media screen and (max-width: 768px) {
    .fd-headline{
        line-height: .8rem;
        height: 1.6rem;
    }
    .fd-headline-item{
        height: 1.6rem;
    }
    .fd-headline-item .tit{
        font-size: .5rem;
    }
    .fd-headline-item .con{
        font-size: .32rem;
    }
    .part1-ct{
        padding: .3rem 0 .1rem;
    }
    .jdtp-swiper-box{
        width: 100%;
        height: 5.6rem;
    }
    .jdtp-swiper-img{
        height: 4.8rem;
    }
    .jdtp-swiper-bottom{
        line-height: .8rem;
    }
    .jdtp-swiper-txt a{
        padding: 0 .3rem;
    }
    .jdtp-swiper-num{
        padding-right: .3rem;
    }
    .jdtp-swiper-num span{
        width: .08rem;
        height: .06rem;
        border-radius: .03rem;
    }
    .jdtp-swiper-num span.cur{
        width: .24rem;
    }
    .part1-rt{
        width: 100%;
        margin-top: .3rem;
    }
    .news-item-lf{
        width: 70%;
    }
    .news-item-rt{
        font-size: .26rem;
        width: 24%;
    }
    .news-item a{
        padding: .3rem;
        margin-bottom: .3rem;
    }
    .part1-list{
        width: 100%;
    }
    .list-title{
        white-space: nowrap;
        overflow-x: auto;
        font-size: .34rem;
        line-height: .8rem;
    }
    .list-title a{
        margin-right: .3rem;
    }
    .news-title{
        margin-bottom: .2rem;
        height: .8rem;
    }
    .news-title a{
        font-size: .34rem;
        line-height: .8rem;
        height: .9rem;
    }
    .list-item{
        padding: .2rem 0;
    }
    .list-item li{
        padding-left: .25rem;
        line-height: .8rem;
    }
    .list-item li:before{
        width: .08rem;
        height: .08rem;
        top: .38rem;
    }
    .list-item li a{
        width: 73%;
    }
    .list-item li .time{
        font-size: .26rem;
        width: 25%;
    }
    .part1-links{
        padding-top: 0;
    }
    .part1-links a{
        margin-right: 0;
        margin-top: .1rem;
        margin-bottom: .1rem;
    }
    .part1-links a img{
        width: 100%;
        height: auto;
    }
    .part2-bg{
        background-size: auto 100%;
    }
    .part2{
        padding: 0 .3rem .5rem;
    }
    .i-title{
        padding: .5rem 0 .4rem;
    }
    .zfxx-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
        font-size: .4rem;
        line-height: .8rem;
        padding: .3rem .6rem;
        height: auto;
    }
    .zfxx-item img{
        width: 1rem;
        margin: 0 .3rem;
    }
    .part1{
        padding-bottom: .3rem;
    }
    .zwgg-box{
        padding: .3rem;
        margin-top: .2rem;
    }
    .zwgg-lf{
        width: 100%;
    }
    .zcwjsearch{
        border: solid 1px #f4faf8;
        padding: .2rem;
    }
    .zcwjsearch-lf{
        height: auto;
        width: 70%;
        box-shadow: none;
        border: none;
        padding: 0;
    }
    .zcwjsearch .label{
        width: 100%;
        text-align: left;
        font-size: .34rem;
        padding-left: .3rem;
        line-height: .7rem;
    }
    .zcwjsearch input{
        width: 100%;
        height: .7rem;
        padding: 0 .3rem;
        font-size: .28rem;
    }
    .zcwj-search-btn{
        line-height: .7rem;
        width: 30%;
        margin-top: .7rem;
    }
    .zwgg-rt{
        width: 100%;
        margin-top: .2rem;
    }
    .zcwdk-box{
        border-radius: .06rem;
        padding: 0 .3rem .2rem .3rem;
        margin-top: .2rem;
    }
    .zcwdk-item{
        margin-right: 0;
        width: 47%;
        line-height: 1rem;
        height: 1rem;
        margin-top: .3rem;
        padding-left: .25rem;
    }
    .zcwdk-item img{
        margin-right: .05rem;
    }
    .bmtx{
        width: 100%;
        padding-bottom: .4rem;
    }
    .bmtx-item{
        padding: .1rem .3rem;
    }
    .bmtx-item .time-box{
        width: 1.6rem;
        height: .9rem;
        line-height: .35rem;
        padding-top: .1rem;
        font-size: .3rem;
    }
    .bmtx-item .time-box .yyyy-mm{
        font-size: .26rem;
    }
    .bmjz-ct{
        width: 4.7rem;
        line-height: .8rem;
    }
    .map-box{
        width: 100%;
    }
    .map-img, .map-img img{
        width: 4.6rem;
        height: 3rem;
    }
    .map-jh{
        width: 2.4rem;
        padding: .15rem 0;
        height: 3rem;
    }
    .map-jh-title{
        padding: 0 .1rem;
    }
    .map-jh-title img{
        width: 100%;
    }
    .map-jh-item{
        margin: .08rem .15rem;
        height: .5rem;
        line-height: .5rem;
        border-radius: .25rem;
        width: 85%;
        font-size: .24rem;
    }
    .map-jh-box{
        padding-left: .12rem;
        height: 2rem;
    }
    .bsfw{
        margin-top: .5rem;
    }
    .bsfw-title{
        white-space: nowrap;
    }
    .bsfw-title a,.bsfw-title a.cur{
        flex: 1;
        padding: 0 .3rem;
        height: auto;
        display: inline-block;
        float: none;
        width: 3.36rem;
        white-space: nowrap;
    }
    .bsfw-title a.cur{
        background-size: 100% 109%;
    }
    .bsfw-title a{
        line-height: 1.2rem;
    }
    .bsfw-title a img:first-child{
        height: .6rem;
    }
    .bsfw-title a img:last-child{
        /*width: 1.6rem;*/
    }
    .bsfw-title a .cur img:last-child{
        width: 1.75rem;
    }
    .bsfw-list-group{
        margin-top: 0;
    }
    .bsfw-list-item{
        background: none;
        box-shadow: 1px 2px 12px 0 rgba(103, 185, 255, 0.33);
        border: solid 1px #83dafe;
        border-radius: .1rem;
        margin-top: .3rem;
        height: auto;
        padding: .2rem .2rem 0 .2rem;
    }
    .bsfw-child-item{
        float: none;
        font-size: .32rem;
    }
    .bsfw-child-item,.bsfw-child-item.cur{
        width: 30%;
        margin-right: 0!important;
        padding: 0;
        height: auto;
        margin-bottom: .25rem;
    }
    .bsfw-child-item:not(:nth-of-type(3n)){
        margin-right: 3%!important;
    }
    .bsfw-child-item>div{
        background: #F7FBFF;
        padding: .2rem;
        line-height: .6rem;
        height: auto;
    }
    .bsfw-child-item img{
        height: .6rem;
    }
    .fwqd-child-item,.tsfw-child-item{
        width: 48%;
        margin: 0 0 .2rem;
        height: auto;
        padding-bottom: .4rem;
        padding-top: .4rem;
        font-size: .32rem;
        background: url("fd_index_tsfwbg.png");
        background-size: 100% 100%;
    }
    .fwqd-child-item:hover,.tsfw-child-item:hover {
        background: url("fd_index_fwqdbgcur.png");
        background-size: 100% 100%;
    }
    .fwqd-child-item:nth-child(2n+1),.tsfw-child-item:nth-child(2n+1){
        margin-right: 4%;
    }
    .fwqd-child-item .img-box,.tsfw-child-item .img-box{
        height: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: .1rem;
    }

    .fwqd-child-item img,.tsfw-child-item img{
        height: 100%;
    }
    .zwfw-link-item{
        width: 48%;
        margin-right: 0;
        height: auto;
        line-height: .9rem;
        font-size: .34rem;
        padding: .3rem;
        margin-bottom: .15rem;
    }
    .icon-zwfw-link{
        width: .9rem;
        margin-right: .2rem;
        vertical-align: middle;
    }
    .zwfw-link-item:nth-of-type(2n+1){
        margin-right: 4%;
    }
    .zwfw-links{
        padding: .4rem 0 .3rem;
    }
    .hdjl-lf{
        width: 100%;
    }
    .gkxx-lyzt{
        padding-left: 0;
    }
    .gkxx-lyzt:before{
        display: none;
    }
    .gkxx-td.pl-60{
        padding-left: .6rem;
    }
    .gkxx-tr{
        line-height: .6rem;
    }
    .gkxx-thead .w-30,.gkxx-tr .w-30, .gkxx-td:nth-child(3){
        display: none;
    }
    .gkxx-thead{
        font-size: .3rem;
    }
    .gkxx-td{
        padding: 0 .1rem;
    }
    .gkxx-td.w-15{
        width: 30%;
    }
    .gkxx-td.w-40{
        width: 70%;
    }
    .hdjl-rt{
        padding: 0;
        width: 100%;
        margin-top: .1rem;
    }
    .mlfd-intro{
        background: url("fd_index_mlfddecbg.png") center;
        background-size: auto 136%;
        color: #000000;
        height: auto;
        padding: .3rem;
        font-size: .3rem;
        line-height: .6rem;
    }
    .mlfd-swiper-img{
        width: 100%;
    }
    #mlfd-swiper-img{
        height: 4.1rem;
    }
    #mlfd-swiper-box{
        height: 4.9rem;
        float: none;
    }
    .ztzl-scroll-box{
        width: 100%;
        height: 2.2rem;
        padding: 0 .05rem;
    }
    .ztzl-scroll-link{
        width: 3.35rem;
        height: 2.16rem;
        margin: 0 .3rem 0 0;
    }
    .part6{
        padding-bottom: .5rem;
    }
    .wel-btn{
        right: .5rem;
        top: .3rem;
        font-size: .32rem;
        width: 1rem;
    }
    .wel-btn img{
        width: 100%;
    }
    .part4{
        background-size: auto 100%;
        padding-bottom: 0;
    }
    .hdjl-list-title,.zwgg-list-title{
        height: auto;
    }
    .part5-bg{
        background-size: auto 100%;
        padding-bottom: 0;
    }
    .mt-10{
        margin-top: .2rem;
    }
}
